net/http.http2ClientConn.t (field)

19 uses

	net/http (current package)
		h2_bundle.go#L6964: 	t             *http2Transport
		h2_bundle.go#L7368: 		t:                     t,
		h2_bundle.go#L7444: 	pingTimeout := cc.t.pingTimeout()
		h2_bundle.go#L7452: 		cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L7582: 	if cc.t.StrictMaxConcurrentStreams {
		h2_bundle.go#L7734: 	if f := cc.t.CountError; f != nil {
		h2_bundle.go#L7762: 	if cc.t.t1 != nil {
		h2_bundle.go#L7763: 		return cc.t.t1.ResponseHeaderTimeout
		h2_bundle.go#L7949: 	if !cc.t.disableCompression() &&
		h2_bundle.go#L7968: 	continueTimeout := cc.t.expectContinueTimeout()
		h2_bundle.go#L8689: 	closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives()
		h2_bundle.go#L8743: 	defer cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L8781: 	f := cc.t.CountError
		h2_bundle.go#L8808: 	readIdleTimeout := cc.t.ReadIdleTimeout
		h2_bundle.go#L9351: 	cc.t.connPool().MarkDead(cc)
		h2_bundle.go#L9355: 		if fn := cc.t.CountError; fn != nil {
		h2_bundle.go#L9479: 	if fn := cs.cc.t.CountError; fn != nil {
		h2_bundle.go#L9581: 	cc.t.logf(format, args...)
		h2_bundle.go#L9585: 	cc.t.vlogf(format, args...)